한국어
오디언스 속성 값을 삭제합니다.
cURL
curl --request POST \ --url https://your_a2_service/audiences/attributes-values/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "code": "<string>", "hard_delete": false, "value": "<string>" }'
"<any>"
The access token received from the authorization server in the OAuth 2.0 flow.
오디언스 속성 값 삭제 스키마
Successful Response
The response is of type any.
any
이 페이지가 도움이 되었나요?